-
1 string algorithm
Телекоммуникации: криптографический алгоритм, трудно поддающийся расшифровке -
2 string algorithm
криптографический алгоритм, трудно поддающийся расшифровкеEnglish-Russian dictionary of telecommunications and their abbreviations > string algorithm
-
3 algorithm
- binary backoff algorithm
- ciphering algorithm
- coding algorithm
- enciphering algorithm
- encryption algorithm
- image understanding algorithm
- Klovsky-Nicolaev algorithm
- protection algorithm
- public-key algorithm
- reception algorithm
- recurrent algorithm
- replicate algorithm
- Rivest-Shamir-Adleman algorithm
- RSA algorithm
- shrinking algorithm
- string algorithm
- synthesized algorithm
- tandeming algorithm
- truncated algorithm
- type 3 algorithm
- type 4 algorithm
- Viterbi algorithm
- voice conversion algorithm
- weight algorithm
- zero-tree wavelet algorithmEnglish-Russian dictionary of telecommunications and their abbreviations > algorithm
-
4 string-processing algorithm
Программирование: алгоритм обработки строкУниверсальный англо-русский словарь > string-processing algorithm
-
5 length
1) длина; расстояние2) длительность; продолжительность4) долгота звука ( речи)•- length of waveguide
- algorithm length
- ambipolar-diffusion length
- angular length
- antenna effective length
- back-focal length
- block length
- bond length
- burst length
- characteristic material length
- charge-carrier diffusion length
- coherence length
- constraint length
- correlation length
- critical twist length
- Debye length
- Debye shielding length
- diffusion length
- diffusion relaxation length
- dispersion length
- drift length
- effective antenna length
- electrical length
- electron diffusion length
- fixed word length
- focal length
- gap length
- gate length
- geometrical length
- grid length
- head slider length
- hole diffusion length
- hot-electron cooling length
- interaction length
- lag length
- maximal length
- minimum description length length
- optical path length
- path length
- phase length
- phase-path length
- physical length
- ping length
- plasma length
- plateau length
- prefix length
- program length
- propagation length
- pulse length
- radiation length
- record length
- register length
- run length
- scale length
- scanning-line length
- string length
- sweep length
- track length
- variable word length
- word length -
6 length
1) длина; расстояние2) длительность; продолжительность4) долгота звука ( речи)•- ambipolar-diffusion length
- angular length
- antenna effective length
- back-focal length
- block length
- bond length
- burst length
- characteristic material length
- charge-carrier diffusion length
- coherence length
- constraint length
- correlation length
- critical twist length
- Debye length
- Debye shielding length
- diffusion length
- diffusion relaxation length
- dispersion length
- drift length
- effective antenna length
- electrical length
- electron diffusion length
- fixed word length
- focal length
- gap length
- gate length
- geometrical length
- grid length
- head slider length
- hole diffusion length
- hot-electron cooling length
- interaction length
- lag length
- length of filename
- length of waveguide
- maximal length
- minimum description length length
- optical path length
- path length
- phase length
- phase-path length
- physical length
- ping length
- plasma length
- plateau length
- prefix length
- program length
- propagation length
- pulse length
- radiation length
- record length
- register length
- run length
- scale length
- scanning-line length
- string length
- sweep length
- track length
- variable word length
- word lengthThe New English-Russian Dictionary of Radio-electronics > length
-
7 crossover
= crossing-overскрещивание, кроссовер, кроссинговервзаимный обмен участками гомологичных (парных) хромосом (строк данных, data string), приводящий к перераспределению (рекомбинации) локализованных в них генов (битов), порождению новых хромосом; основная операция генетического алгоритма (genetic algorithm). "Традиционный" генетический алгоритм использует одноточечное (классическое) скрещивание (one-point crossover), в котором две хромосомы разрезаются один раз в соответствующей точке и производится обмен полученными частями. В двухточечном скрещивании (two-point crossover) (и многоточечном скрещивании вообще) хромосомы имеют по две точки разреза и рассматриваются как циклы, которые формируются соединением концов линейной хромосомы. Унифицированное, или однородное, скрещивание (uniform crossover, UX) принципиально отличается от одноточечного: каждый ген в потомстве создается путём копирования соответствующего гена от одного или другого родителя, выбранного согласно случайно сгенерированной маске скрещивания. Если в маске стоит 1, то ген копируется от первого родителя, если в маске 0, то от второго родителя. Процесс повторяется с обменёнными родителями для создания второго потомства. Новая маска скрещивания генерируется для каждой пары родителей случайным образом. В схеме половинного однородного скрещивания (half uniform crossover, HUX) между строками данных производится обмен ровно половиной числа различающихся битов - сначала определяется расстояние Хемминга (это и есть число различающихся битов), потом оно делится на 2; результат показывает, сколько битов родителей будет участвовать в обменеАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > crossover
См. также в других словарях:
String searching algorithm — String searching algorithms, sometimes called string matching algorithms, are an important class of string algorithms that try to find a place where one or several strings (also called patterns) are found within a larger string or text. Let Σ be… … Wikipedia
String metric — String metrics (also known as similarity metrics) are a class of textual based metrics resulting in a similarity or dissimilarity (distance) score between two pairs of text strings for approximate matching or comparison and in fuzzy string… … Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
String — Wiktionarypar|stringGenerally, string is a thin, flexible piece of rope or twine which is used to tie, bind, or hang other objects. String can be made from a variety of fibres.Examples of string use include: * String figures, designs formed by… … Wikipedia
String-to-string correction problem — Citation enhancement. Please you see. Any concerns? Please . The string to string correction problem refers to the minimum number of editoperations necessary to change one string into another. A single editoperation may be changing a single… … Wikipedia
String-Matching-Algorithmus — Dieser Artikel wurde aufgrund von inhaltlichen Mängeln auf der Qualitätssicherungsseite der Redaktion Informatik eingetragen. Dies geschieht, um die Qualität der Artikel aus dem Themengebiet Informatik auf ein akzeptables Niveau zu bringen. Hilf… … Deutsch Wikipedia
Karplus-Strong string synthesis — is a method of physical modelling synthesis that loops a short waveform through a filtered delay line to simulate the sound of a hammered or plucked string or some types of percussion.Although it is useful to view this as a subtractive synthesis… … Wikipedia
Comparison of programming languages (string functions) — String functions redirects here. For string functions in formal language theory, see String operations. Programming language comparisons General comparison Basic syntax Basic instructions Arrays … Wikipedia
Knuth–Morris–Pratt algorithm — The Knuth–Morris–Pratt string searching algorithm (or KMP algorithm) searches for occurrences of a word W within a main text string S by employing the observation that when a mismatch occurs, the word itself embodies sufficient information to… … Wikipedia
Boyer–Moore string search algorithm — The Boyer–Moore string search algorithm is a particularly efficient string searching algorithm, and it has been the standard benchmark for the practical string search literature. [Hume and Sunday (1991) [Fast String Searching] SOFTWARE PRACTICE… … Wikipedia